-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Revert "Add mansion basecamp" (merged to wrong branch)" (now to the right branch) #49357
Closed
anothersimulacrum
wants to merge
265
commits into
CleverRaven:0.F-dev
from
anothersimulacrum:revert-49356-revert-49241-basecamp_mansion
Closed
Revert "Revert "Add mansion basecamp" (merged to wrong branch)" (now to the right branch) #49357
anothersimulacrum
wants to merge
265
commits into
CleverRaven:0.F-dev
from
anothersimulacrum:revert-49356-revert-49241-basecamp_mansion
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently, .travis.yml has a 'development' branch specified as one to run tests for; the current equivalent is the 0.F-dev branch.
* Moved mine_entrance OMT from the list of hardcoded locations to industial locations Also removed mine_shaft OMT and replaced it with mine_shaft_middle and mine_shaft_lower OMTs. Also added mine_entrance_roof OMT. * Added mine_entrance and mine_shaft to the list of obsoleted terrains * Added a zombie miner and its death drops * Created a json-version of mine entrance and its roof * Created a json-version of mine shaft (middle and lower variants) * Changed overmap special definition of a mine to include new json chunks * Applied migration of hardcoded mine_entrance and mine_shaft OMTs to new json variants * Made hardcoded mine chunks generate to the west of lower section of new mine shaft OMT Also removed mine_entrance and mine_shaft from the list of hardocoded mapgen. * Completely removed build_mine_room function as all mine rooms are now defined in json Also removed hardcoded generation of mine entrance and mine shaft. * Removed mentions of mine rooms from mapgen.h * Updated alt_map_key mod * Updated graphical overmap mod * Added missing harvest * Appease clang and constify * Quickfix * Appease clang one more time
(Getting 0.F-dev working with Travis appears to require additional settings by someone with permissions.) This change enables both pushes and pull requests of 0.F-dev to get checked by the General Matrix. As it is, if one bases a PR off of 0.F-dev, it doesn't get checked by Github.
* Added mine_materials item group * Added Trolley vehicle * Expanded and tweaked above-ground and underground levels of mine entrance
* Flight gear Co-authored-by: Binrui Dong <[email protected]> Added Two-Way Radio to the helmet when on, in-built radio was a common functionality with the helmets I researched. Co-authored-by: fae <[email protected]> Co-authored-by: faefux <[email protected]> Co-authored-by: Anton Burmistrov <[email protected]> Co-authored-by: chaohedgehogs <[email protected]>
anothersimulacrum
force-pushed
the
revert-49356-revert-49241-basecamp_mansion
branch
from
June 18, 2021 15:19
fce2b67
to
f8fd64b
Compare
actual-nh
added
(P2 - High)
High priority (for ex. important bugfixes)
0.F Content Freeze
Player Faction Base / Camp
All about the player faction base/camp/site
labels
Jun 18, 2021
This was referenced Jun 18, 2021
Merged
anothersimulacrum
requested review from
Fris0uman,
John-Candlebury,
KorGgenT,
LyleSY,
Maleclypse and
Mom-Bun
as code owners
June 21, 2021 22:33
I am gonna close it in favor of manual commit 0ce9cae, so I would not have to mess with conflict resolution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
None
Reverts #49356 - merge the basecamp PR into the right branch.